body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}

input {
    outline: none;
    border: none;
}


/* 
html {
    _overflow-y: scroll;
} */


/*****！！页面通用css样式定义开始******/

html,
body {
    min-width: 1200px;
    font-family: "Microsoft YaHei";
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #333333;
    /*文字颜色定义 */
    min-width: 1000px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #2c2c2c;
}


/* 未访问的链接 */

a:visited {
    color: #2c2c2c;
}


/* 已访问的链接 */

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #2c2c2c;
}

a {
    /* transition: all 0.3s linear 0s; */
}


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}


/*清除浮动*/

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}


/*表格样式定义 */

checkbox {
    border: 0px;
}


/*选择框样式定义 */

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*public*/

.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #F29700;
}

.color {
    color: #F29700;
}


/*header*/

.header_top {
    height: 112px;
}

.header_top img.logo {
    margin-top: 25px;
    width: 190px;
}

.header_top .txt {
    font-size: 22px;
    display: inline-block;
    position: relative;
    margin-top: 24px;
    margin-left: 57px;
}

.header_top .txt p {
    line-height: 28px;
}

.header_top .txt .txt1 {
    color: #F29700;
    padding-left: 5px;
}

.header_top .txt img {
    position: absolute;
    top: 0;
    left: -24px;
}

.header_top .phone {
    width: 203px;
    height: 58px;
    line-height: 58px;
    padding-left: 93px;
    font-size: 22px;
    color: #F29700;
    margin-top: 10px;
    background: url(../images/h3.jpg) no-repeat;
}
.qiehuan{ margin-top:5px; text-align:right; padding-right:10px;}
.qiehuan a{ padding:0 8px; font-size:16px; text-align:right;}
.qiehuan a:hover{ color: #F29700;}

.header_nav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    z-index: 999;
    background: #F29700;
}

.header_nav>li {
    display: inline-block;
    vertical-align: top;
    height: 50px;
    padding: 0 27px;
    font-size: 16px;
    position: relative;
    margin-left: -5px;
}

.header_nav>li:first {
    margin-left: 0;
}

.header_nav>li a {
    color: white;
}

.header_nav>li .menu_2 {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: url(../images/h4.png);
    display: none;
    overflow: hidden;
}

.header_nav>li .menu_2 li {
    width: 95%;
    margin: 0 auto;
    height: 38px;
    border-bottom: 1px dashed #D8D8D8;
    line-height: 38px;
}

.header_nav>li .menu_2 li:last-child {
    border: 0;
}

.header_nav>li .menu_2 li:hover a {
    color: #F29700;
}

.header_nav>li:hover,
.header_nav>li.hover {
    background: #5A5657;
}

.header_nav>li:hover .menu_2 {
    display: block;
}

.header_nav>li .menu_2.menu3 {
    width: 190px;
    left: 50%;
    margin-left: -95px;
}


/*footer*/


/*footer*/

.footer {
    width: 100%;
    min-height: 210px;
    background: #E6E6E6;
    padding: 45px 0 36px 0;
}

.footer>div {
    vertical-align: top;
}

.footer .footer_logo {
    width: 400px;
}

.footer .footer_logo .txt1 {
    display: inline-block;
    font-size: 30px;
    background: url(../images/f2.png) no-repeat top left;
    padding-top: 20px;
}

.footer .footer_logo img {
    margin-top: 42px;
    width: 250px;
}

.footer .footer_contact {
    display: inline-block;
    margin-left: 130px;
}

.footer .footer_contact .tit {
    color: #F29700;
}

.footer .footer_contact .tit h3 {
    font-size: 30px;
    line-height: 35px;
}

.footer .footer_contact .tit p {
    font-size: 24px;
    margin-top: 7px;
}

.footer .footer_contact .txt {
    margin-top: 15px;
}

.footer .footer_contact .txt p {
    padding-left: 30px;
    height: 26px;
    margin-bottom: 5px;
    font-size: 16px;
}

.footer .footer_contact .txt p.txt1 {
    background: url(../images/f3.png) no-repeat left center;
    background-position-x: 4px;
}

.footer .footer_contact .txt p.txt2 {
    background: url(../images/f4.png) no-repeat left center;
    background-position-x: 2px;
}

.footer .footer_contact .txt p.txt3 {
    background: url(../images/f5.png) no-repeat left center;
}

.footer .footer_contact .txt p.txt4 {
    background: url(../images/f6.png) no-repeat left center;
    background-position-x: 2px;
}

.footer .chat {
    width: 155px;
    display: inline-block;
}

.footer .chat img {
    width: 155px;
    height: 155px;
}

.footer .chat p {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
}

.footer_bottom {
    width: 100%;
    line-height: 60px;
    text-align: center;
    background: #333333;
    color: white;
    text-align: center;
}

.footer_bottom strong {
    font-weight: 500;
    padding: 0 30px;
}

.footer_bottom strong a {
    color: white;
}


/*首页样式*/

.info_b2 {
    border: solid 1px #ccc;
    width: 648px;
    padding: 5px 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.t06 {
    width: 100%;
    line-height: 25px;
    text-indent: 15px;
    border: 1px solid #CCCCCC;
    margin-top: 30px;
}


/* -- 新闻详细页新闻列表 -- */

ul.p_list_ul li,
ul.p_list_ul2 li {
    background: url(../images/ico10.gif) no-repeat 10px 9px;
    line-height: 23px;
    float: left;
    width: 298px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 20px;
    margin-left: 10px;
    display: inline;
    color: #444;
}

.info_b2 {
    width: 100%;
}

ul.p_list_ul2 li {
    width: 45%;
    padding-right: 5px;
}

ul.p_list_ul2 li a:hover {
    border-bottom: 1px solid #333333;
}